Parameter Constructor (String, String) |
Initializes a new instance of the
Parameter class.
Namespace:
Independentsoft.Email.Mime
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Parameter(
string name,
string value
)
Public Sub New (
name As String,
value As String
)
Parameters
- name
- Type: SystemString
The name. - value
- Type: SystemString
The value.
See Also